ImageGear v26.0 - Updated
ImGearPDFStream Constructor(Byte[])




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFStream Class > ImGearPDFStream Constructor : ImGearPDFStream Constructor(Byte[])
Memory buffer to create PDF stream from.
Initializes a new instance of the ImGearPDFStream class.
Syntax
'Declaration
 
Public Function New( _
   ByVal byteArray() As Byte _
)
'Usage
 
Dim byteArray() As Byte
 
Dim instance As New ImGearPDFStream(byteArray)
public ImGearPDFStream( 
   byte[] byteArray
)
public: ImGearPDFStream( 
   byte[]* byteArray
)
public:
ImGearPDFStream( 
   array<byte>^ byteArray
)

Parameters

byteArray
Memory buffer to create PDF stream from.

Return Value

The new instance of ImGearPDFStream class.
See Also

Reference

ImGearPDFStream Class
ImGearPDFStream Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.